home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / misc / emu / atari800_tr.lzh / nas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-03  |  139 b   |  9 lines

  1. #ifndef __NAS__
  2. #define __NAS__
  3.  
  4. void NAS_Initialise (int *argc, char *argv[]);
  5. void NAS_Exit (void);
  6. void NAS_UpdateSound (void);
  7.  
  8. #endif
  9.